projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ddd1e3
)
(ccl_driver): In case
author
Kenichi Handa
<handa@m17n.org>
Wed, 19 Aug 1998 01:36:48 +0000
(
01:36
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 19 Aug 1998 01:36:48 +0000
(
01:36
+0000)
ccl_read_multibyte_character_suspend:, if ccl->last_block is
nonzero, jump to ccl_repeat.
src/ccl.c
patch
|
blob
|
history
diff --git
a/src/ccl.c
b/src/ccl.c
index b3d61f7863fe5806bc4d554d28ab872d70f39291..54947f2d0c5b87e5fa21e0cae64c7e08ea207352 100644
(file)
--- a/
src/ccl.c
+++ b/
src/ccl.c
@@
-1187,7
+1187,7
@@
ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed)
if (ccl->last_block)
{
ic = ccl->eof_ic;
- goto ccl_
finish
;
+ goto ccl_
repeat
;
}
else
CCL_SUSPEND (CCL_STAT_SUSPEND_BY_SRC);